sdvaluebool module

class sd.api.sdvaluebool.SDValueBool(APIContext, handle, *args, **kwargs)

Bases: sd.api.sdvaluebasetype.SDValueBaseType

Class representing a bool Value

get() → bool

Get the base type value as bool

getClassName() → str

Returns the most specific name of the class this APIObject is

getType() → Optional[sd.api.sdtype.SDType]

Get the value type as string

release() → None

Releases an APIObject

static sNew(value: bool) → sd.api.sdvaluebool.SDValueBool

Create new SDValueBool

Parameters

value – The name of the enum type